typo in diff feed style
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 2 Feb 2006 03:40:16 +0000 (03:40 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 2 Feb 2006 03:40:16 +0000 (03:40 +0000)
includes/SpecialRecentchanges.php

index 8accbfb..7cf712f 100644 (file)
@@ -630,7 +630,7 @@ function rcApplyDiffStyle( $text ) {
                'diff-addedline'   => 'background: #cfc; font-size: smaller;',
                'diff-deletedline' => 'background: #ffa; font-size: smaller;',
                'diff-context'     => 'background: #eee; font-size: smaller;',
-               'diffchange'       => 'color: red; font-wieght: bold;',
+               'diffchange'       => 'color: red; font-weight: bold;',
        );
        
        foreach( $styles as $class => $style ) {